home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / x / gui / amiga / xnclds93.lha / os-include_x11.lha / os-include / X11 / extensions / Imakefile < prev    next >
Encoding:
Makefile  |  1999-07-17  |  513 b   |  23 lines

  1. XCOMM $XConsortium: Imakefile,v 1.24 91/07/16 23:08:47 gildea Exp $
  2. #if BuildPexClients || BuildPexExt
  3. #define IHaveSubdirs
  4. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
  5.       SUBDIRS = PEX
  6. #endif
  7.  
  8. HEADERS = Xext.h multibuf.h shape.h XShm.h MITMisc.h XI.h XInput.h XIproto.h \
  9.     xtestext1.h
  10. INSTALLFLAGS = $(INSTINCFLAGS)
  11.  
  12. all::
  13.  
  14. BuildIncludes($(HEADERS),extensions,..)
  15. InstallMultiple($(HEADERS),$(INCDIR)/extensions)
  16.  
  17. depend::
  18.  
  19. #ifdef IHaveSubdirs
  20. MakeSubdirs($(SUBDIRS))
  21. DependSubdirs($(SUBDIRS))
  22. #endif
  23.